Container Template
from Workflow Template (argo)
最も一般的なWorkflow Template (argo)
コンテナを実行する
Kubernetes のコンテナ定義と同じ書き方
コンテナの標準出力は、自動的に以下の形式で Argo 変数にエクスポートされる
{{tasks.<NAME>.outputs.result}}
{{steps.<NAME>.outputs.result}}
例
code:yaml
- name: hello-world
container:
image: busybox
command: echo
args: "hello world"
container.env
container.envFrom